object help: Thelp Left = 96 Top = 84 BorderIcons = [] BorderStyle = bsSingle Caption = 'Help...' ClientHeight = 274 ClientWidth = 384 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Left = 0 Top = 0 Width = 75 Height = 25 Caption = 'Close' TabOrder = 0 OnClick = Button1Click end object Memo1: TMemo Left = 0 Top = 24 Width = 385 Height = 249 Lines.Strings = ( 'Connecting to server:' ' In order to connect to FTP server you must establish TCP/IP' + ' connection' ' to your ISP (Internet Service Provider). Enter the appropr' + 'iate information' ' in Host address box, User ID, and password. If you are usi' + 'ng Anonymous' ' login then in Password box enter your e-mail address, and c' + 'lick connect.' '' 'Disconnecting:' ' To disconnect from remote server simply click disconnect bu' + 'tton. If you' ' lost connection with your ISP than FTP Connect will not let' + ' you browse' ' through directories and/or following message will appear "A' + 'n unexpected' ' error occured".' '' 'File transfer:' ' If you want to transfer files to remote server than choose ' + 'the appropriate' ' file on your local hard disk and click -> button. In order' + ' to receive file from' ' FTP server, choose the appropriate file and click <- button' + '.' '' 'Mini-File Manager:' ' Mini-File Manager was designed to help you for fast access ' + 'to your local ' ' disk. Remember that all files are shown in the file box (t' + 'his includes: ' ' system, archive, read-only and hidden files). Be carefull ' + 'on what you delete.' '' 'Quick Connect:' ' Quick connect let'#39's you connect to FTP server with a click' + ' of a button.' '=============================================================' 'If you receive system crash related messages please contact the ' + 'author.' 'Most system crashes are caused by the small system resources and' + '/or' 'unsufficient memory capacity. Also please check your computer f' + 'or viruses' 'before contacting the author.' '' '' 'If you have questions, please send e-mail to lukaszb@msn.com' 'Thanks.') ReadOnly = True ScrollBars = ssVertical TabOrder = 1 WordWrap = False end end